home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / feverfrenzy-demo.swf / scripts / DefineButton2_345 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-28  |  127 b   |  6 lines

  1. on(release){
  2.    _root.Sons.gotoAndStop("click");
  3.    _root.Sons.gotoAndStop("stop_game_music");
  4.    _root.gotoAndStop(2);
  5. }
  6.